From 59aa89deb68be621ffaf476655d646e4fcd98fbc Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Fri, 12 Jul 2002 03:37:49 +0000 Subject: [PATCH] (Fkey_binding): Fix typo. --- src/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keymap.c b/src/keymap.c index d811d1727f4..467b5119b98 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1417,7 +1417,7 @@ recognize the default bindings, just as `read-key-sequence' does. Like the normal command loop, `key-binding' will remap the command resulting from looking up KEY by looking up the command in the -currrent keymaps. However, if the optional third argument NO-REMAP +current keymaps. However, if the optional third argument NO-REMAP is non-nil, `key-binding' returns the unmapped command. */) (key, accept_default, no_remap) Lisp_Object key, accept_default, no_remap; -- 2.30.2